home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 116 / MacAddict 116 (Mac Power Pack)(theDISC)(April 2006).iso / Software / Internet & Communication / OmniWeb-5.1.2.dmg / OmniWeb.app / Contents / Info.plist next >
Extensible Markup Language  |  2005-10-24  |  16KB  |  575 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>html</string>
  13.                 <string>htm</string>
  14.                 <string>HTML</string>
  15.                 <string>HTM</string>
  16.                 <string>htmld</string>
  17.                 <string>SHTML</string>
  18.                 <string>shtml</string>
  19.             </array>
  20.             <key>CFBundleTypeIconFile</key>
  21.             <string>html.icns</string>
  22.             <key>CFBundleTypeName</key>
  23.             <string>HTML document</string>
  24.             <key>CFBundleTypeOSTypes</key>
  25.             <array>
  26.                 <string>HTML</string>
  27.             </array>
  28.             <key>CFBundleTypeRole</key>
  29.             <string>Editor</string>
  30.         </dict>
  31.         <dict>
  32.             <key>CFBundleTypeExtensions</key>
  33.             <array>
  34.                 <string>url</string>
  35.                 <string>webloc</string>
  36.                 <string>ftploc</string>
  37.                 <string>inetloc</string>
  38.             </array>
  39.             <key>CFBundleTypeIconFile</key>
  40.             <string>URL.icns</string>
  41.             <key>CFBundleTypeName</key>
  42.             <string>Internet Shortcut</string>
  43.             <key>CFBundleTypeOSTypes</key>
  44.             <array>
  45.                 <string>LINK</string>
  46.                 <string>ilht</string>
  47.                 <string>ilft</string>
  48.                 <string>ilge</string>
  49.             </array>
  50.             <key>CFBundleTypeRole</key>
  51.             <string>Viewer</string>
  52.         </dict>
  53.         <dict>
  54.             <key>CFBundleTypeExtensions</key>
  55.             <array>
  56.                 <string>*</string>
  57.             </array>
  58.             <key>CFBundleTypeName</key>
  59.             <string>document</string>
  60.             <key>CFBundleTypeOSTypes</key>
  61.             <array>
  62.                 <string>****</string>
  63.             </array>
  64.             <key>CFBundleTypeRole</key>
  65.             <string>Viewer</string>
  66.         </dict>
  67.         <dict>
  68.             <key>CFBundleTypeExtensions</key>
  69.             <array>
  70.                 <string>owworkspace</string>
  71.             </array>
  72.             <key>CFBundleTypeIconFile</key>
  73.             <string>Workspace.icns</string>
  74.             <key>CFBundleTypeName</key>
  75.             <string>Workspace</string>
  76.             <key>CFBundleTypeRole</key>
  77.             <string>Editor</string>
  78.         </dict>
  79.     </array>
  80.     <key>CFBundleExecutable</key>
  81.     <string>OmniWeb</string>
  82.     <key>CFBundleGetInfoString</key>
  83.     <string>OmniWeb 5.1.2, version 563.60, Copyright 1994-2005 The Omni Group</string>
  84.     <key>CFBundleIconFile</key>
  85.     <string>OmniWeb.icns</string>
  86.     <key>CFBundleIdentifier</key>
  87.     <string>com.omnigroup.OmniWeb5</string>
  88.     <key>CFBundleInfoDictionaryVersion</key>
  89.     <string>6.0</string>
  90.     <key>CFBundleInfoPlistVersion</key>
  91.     <string>6.0</string>
  92.     <key>CFBundleName</key>
  93.     <string>OmniWeb</string>
  94.     <key>CFBundlePackageType</key>
  95.     <string>APPL</string>
  96.     <key>CFBundleShortVersionString</key>
  97.     <string>5.1.2</string>
  98.     <key>CFBundleSignature</key>
  99.     <string>OWEB</string>
  100.     <key>CFBundleURLTypes</key>
  101.     <array>
  102.         <dict>
  103.             <key>CFBundleURLName</key>
  104.             <string>http URL</string>
  105.             <key>CFBundleURLSchemes</key>
  106.             <array>
  107.                 <string>http</string>
  108.             </array>
  109.         </dict>
  110.         <dict>
  111.             <key>CFBundleURLName</key>
  112.             <string>https URL</string>
  113.             <key>CFBundleURLSchemes</key>
  114.             <array>
  115.                 <string>https</string>
  116.             </array>
  117.         </dict>
  118.         <dict>
  119.             <key>CFBundleURLName</key>
  120.             <string>ftp URL</string>
  121.             <key>CFBundleURLSchemes</key>
  122.             <array>
  123.                 <string>ftp</string>
  124.             </array>
  125.         </dict>
  126.         <dict>
  127.             <key>CFBundleURLName</key>
  128.             <string>gopher URL</string>
  129.             <key>CFBundleURLSchemes</key>
  130.             <array>
  131.                 <string>gopher</string>
  132.             </array>
  133.         </dict>
  134.         <dict>
  135.             <key>CFBundleURLName</key>
  136.             <string>file URL</string>
  137.             <key>CFBundleURLSchemes</key>
  138.             <array>
  139.                 <string>file</string>
  140.             </array>
  141.         </dict>
  142.     </array>
  143.     <key>CFBundleVersion</key>
  144.     <string>563.60</string>
  145.     <key>LSMinimumSystemVersion</key>
  146.     <string>10.2.0</string>
  147.     <key>NSAppleScriptEnabled</key>
  148.     <string>YES</string>
  149.     <key>NSHumanReadableCopyright</key>
  150.     <string>Copyright 1994-2005 The Omni Group</string>
  151.     <key>NSMainNibFile</key>
  152.     <string>OmniWeb</string>
  153.     <key>NSPrincipalClass</key>
  154.     <string>OAApplication</string>
  155.     <key>NSServices</key>
  156.     <array>
  157.         <dict>
  158.             <key>NSKeyEquivalent</key>
  159.             <dict>
  160.                 <key>default</key>
  161.                 <string>U</string>
  162.             </dict>
  163.             <key>NSMenuItem</key>
  164.             <dict>
  165.                 <key>default</key>
  166.                 <string>Open URL in OmniWeb</string>
  167.             </dict>
  168.             <key>NSMessage</key>
  169.             <string>openURL</string>
  170.             <key>NSPortName</key>
  171.             <string>OmniWeb</string>
  172.             <key>NSSendTypes</key>
  173.             <array>
  174.                 <string>NSStringPboardType</string>
  175.             </array>
  176.         </dict>
  177.     </array>
  178.     <key>OFBundleRegistryConfig</key>
  179.     <dict>
  180.         <key>AdditionalRegistrations</key>
  181.         <array>
  182.             <string>~/Library/Application Support/OmniWeb/Defaults.plist</string>
  183.             <string>/Library/Application Support/OmniWeb/Defaults.plist</string>
  184.             <string>/Network/Library/Application Support/OmniWeb/Defaults.plist</string>
  185.             <string>/System/Library/Application Support/OmniWeb/Defaults.plist</string>
  186.         </array>
  187.         <key>BundleExtensions</key>
  188.         <array>
  189.             <string>omni</string>
  190.             <string>plugin</string>
  191.         </array>
  192.         <key>LogBundleRegistration</key>
  193.         <false/>
  194.         <key>SearchPaths</key>
  195.         <array>
  196.             <string>~/Library/PlugIns</string>
  197.             <string>/Library/PlugIns</string>
  198.             <string>/Network/Library/PlugIns</string>
  199.             <string>/System/Library/PlugIns</string>
  200.             <string>AppWrapper</string>
  201.         </array>
  202.     </dict>
  203.     <key>OFControllerClass</key>
  204.     <string>OAController</string>
  205.     <key>OFRegistrations</key>
  206.     <dict>
  207.         <key>NSUserDefaults</key>
  208.         <dict>
  209.             <key>defaultsDictionary</key>
  210.             <dict>
  211.                 <key>AccessKeysEnabled</key>
  212.                 <true/>
  213.                 <key>AcknowledgmentsURL</key>
  214.                 <string>omniweb:/Help/acknowledgments/</string>
  215.                 <key>AdBlockingSitePreferencesHelpURL</key>
  216.                 <string>reference/preferences/AdBlocking.html</string>
  217.                 <key>AddBookmarkHelpURL</key>
  218.                 <string>bookmarks,history/#adding</string>
  219.                 <key>AddNewsFeedHelpURL</key>
  220.                 <string>bookmarks,history/#adding</string>
  221.                 <key>AddressAutocompleteMinimumWidth</key>
  222.                 <integer>0</integer>
  223.                 <key>ArchiveFormValues</key>
  224.                 <true/>
  225.                 <key>AuthorizationHelpURL</key>
  226.                 <string>reference/windows,panels.html#httpauth</string>
  227.                 <key>AutocompleteFromBookmarks</key>
  228.                 <true/>
  229.                 <key>AutocompleteFromBrowserHistory</key>
  230.                 <true/>
  231.                 <key>AutocompleteFromPersistHistory</key>
  232.                 <true/>
  233.                 <key>BookmarkEditorVisible</key>
  234.                 <true/>
  235.                 <key>BrowserAddressAlwaysVisible</key>
  236.                 <true/>
  237.                 <key>BrowserFavoritesVisible</key>
  238.                 <true/>
  239.                 <key>BrowserNavigationBarVisible</key>
  240.                 <true/>
  241.                 <key>BrowserToolbarsVisible</key>
  242.                 <true/>
  243.                 <key>CompressWorkspaceFiles</key>
  244.                 <true/>
  245.                 <key>CookiesHelpURL</key>
  246.                 <string>browser/cookies.html</string>
  247.                 <key>CustomStartPage</key>
  248.                 <string></string>
  249.                 <key>DebugBookmarksDockStatus</key>
  250.                 <false/>
  251.                 <key>DecodeIDNHostnames</key>
  252.                 <false/>
  253.                 <key>DefaultAddBookmarkFolderID</key>
  254.                 <dict/>
  255.                 <key>DisableTabUpdates</key>
  256.                 <false/>
  257.                 <key>DisableViewHack</key>
  258.                 <false/>
  259.                 <key>DisplayLinkUsingMouseTip</key>
  260.                 <false/>
  261.                 <key>DocumentationURL</key>
  262.                 <string>omniweb:/Help/</string>
  263.                 <key>FavoritePreferenceIdentifiers</key>
  264.                 <array>
  265.                     <string>bookmark</string>
  266.                     <string>tabsandwindows</string>
  267.                     <string>appearance</string>
  268.                     <string>adblocking</string>
  269.                     <string>Update</string>
  270.                 </array>
  271.                 <key>FeedbackAddress</key>
  272.                 <string>omniweb5@omnigroup.com</string>
  273.                 <key>HideAdBlockMouseover</key>
  274.                 <false/>
  275.                 <key>HighlightClickedLinks</key>
  276.                 <true/>
  277.                 <key>ImageToolTipsEnabled</key>
  278.                 <true/>
  279.                 <key>ImportBookmarkHelpURL</key>
  280.                 <string>bookmarks,history</string>
  281.                 <key>ImportedOW4Shortcuts</key>
  282.                 <false/>
  283.                 <key>JSShowConsole</key>
  284.                 <false/>
  285.                 <key>JavaScriptEnabled</key>
  286.                 <true/>
  287.                 <key>KeyboardShortcutsURL</key>
  288.                 <string>omniweb:/Help/reference/keyboard.html</string>
  289.                 <key>KnownItalicFonts</key>
  290.                 <array>
  291.                     <string>Italic</string>
  292.                     <string>Zapfino</string>
  293.                 </array>
  294.                 <key>LanguagesSitePreferencesHelpURL</key>
  295.                 <string>reference/preferences/Languages.html</string>
  296.                 <key>LastUsedShortcut</key>
  297.                 <string>google@</string>
  298.                 <key>LastUsedTabDisplayMode</key>
  299.                 <integer>0</integer>
  300.                 <key>ManufactureBoldFonts</key>
  301.                 <false/>
  302.                 <key>ManufactureItalicFonts</key>
  303.                 <true/>
  304.                 <key>ManufacturedFontsPreferred</key>
  305.                 <true/>
  306.                 <key>MaxBookmarksInDockMenu</key>
  307.                 <integer>20</integer>
  308.                 <key>MaxDatesInHistoryMenu</key>
  309.                 <integer>10</integer>
  310.                 <key>MaxEntriesInHistoryMenu</key>
  311.                 <integer>15</integer>
  312.                 <key>MaxHistoryEntriesToSave</key>
  313.                 <integer>1000</integer>
  314.                 <key>MaxMostVisitedBookmarks</key>
  315.                 <integer>12</integer>
  316.                 <key>MiddleClickLoadsTab</key>
  317.                 <true/>
  318.                 <key>NoBookmarksInUseWarning</key>
  319.                 <false/>
  320.                 <key>NoHistoryIndexInUseWarning</key>
  321.                 <false/>
  322.                 <key>OAWindowAnimationDuration</key>
  323.                 <real>0.59999999999999998</real>
  324.                 <key>OHHorizontalPrintPaginationMode</key>
  325.                 <integer>1</integer>
  326.                 <key>ONHostResolverType</key>
  327.                 <string>gethostbyname</string>
  328.                 <key>OWActiveWorkspaceName</key>
  329.                 <string></string>
  330.                 <key>OWAddressBookBookmarksGroupEnabled</key>
  331.                 <true/>
  332.                 <key>OWAlwaysFalse</key>
  333.                 <false/>
  334.                 <key>OWBookmarkRelocations</key>
  335.                 <dict/>
  336.                 <key>OWCommandClickBehavior</key>
  337.                 <integer>0</integer>
  338.                 <key>OWCookiePromptDisclosed</key>
  339.                 <false/>
  340.                 <key>OWCookiePromptScope</key>
  341.                 <integer>1</integer>
  342.                 <key>OWCopyLogToStdErr</key>
  343.                 <false/>
  344.                 <key>OWEnablePostscriptToEPSProcessor</key>
  345.                 <false/>
  346.                 <key>OWFavoritesGroupEnabled</key>
  347.                 <true/>
  348.                 <key>OWFontStylePreset</key>
  349.                 <string>Default</string>
  350.                 <key>OWFormAutoFillCurrentSet</key>
  351.                 <string>__OWShared__</string>
  352.                 <key>OWHistoryGroupEnabled</key>
  353.                 <true/>
  354.                 <key>OWJavaScriptCanFocusWindows</key>
  355.                 <true/>
  356.                 <key>OWJavaScriptCanResizeWindows</key>
  357.                 <true/>
  358.                 <key>OWMostVisitedBookmarksGroupEnabled</key>
  359.                 <true/>
  360.                 <key>OWPersistentHistoryIndexDisabled</key>
  361.                 <false/>
  362.                 <key>OWPopUpTrapEnabled</key>
  363.                 <false/>
  364.                 <key>OWPublishedBookmarksGroupEnabled</key>
  365.                 <true/>
  366.                 <key>OWRendezvousBookmarksGroupEnabled</key>
  367.                 <true/>
  368.                 <key>OWSharedBookmarksGroupEnabled</key>
  369.                 <true/>
  370.                 <key>OWSitePreferencesGroupEnabled</key>
  371.                 <true/>
  372.                 <key>OWSourceViewAutoSpellCheck</key>
  373.                 <false/>
  374.                 <key>OWStatusBarItems</key>
  375.                 <array>
  376.                     <string>OWAddBookmarkStatusItemIdentifier</string>
  377.                     <string>OWAddSearchStatusItemIdentifier</string>
  378.                     <string>OWBlockedPopupStatusItemIdentifier</string>
  379.                     <string>OWImagesStatusItemIdentifier</string>
  380.                     <string>OWSecureStatusItemIdentifier</string>
  381.                     <string>OWCookieStatusItemIdentifier</string>
  382.                     <string>OWAutoFillStatusItemIdentifier</string>
  383.                     <string>OWRSSStatusItemIdentifier</string>
  384.                     <string>OWSitePreferencesStatusItemIdentifier</string>
  385.                 </array>
  386.                 <key>OWStopLoadingOldPageWhenLoadingNewPage</key>
  387.                 <true/>
  388.                 <key>OWStyleSheetPreset</key>
  389.                 <string>Default</string>
  390.                 <key>OWTextSizeMultiplier</key>
  391.                 <real>1</real>
  392.                 <key>OWUserStyleSheetLocation</key>
  393.                 <string></string>
  394.                 <key>OpenBookmarksAtStartup</key>
  395.                 <false/>
  396.                 <key>OpenBookmarksInFrontWindow</key>
  397.                 <true/>
  398.                 <key>OtherSitePreferencesHelpURL</key>
  399.                 <string>reference/preferences/#othersitepreferences</string>
  400.                 <key>PageAppearanceSitePreferencesHelpURL</key>
  401.                 <string>reference/preferences/Appearance.html</string>
  402.                 <key>PaidFeedbackAddress</key>
  403.                 <string>omniweb5+%@@omnigroup.com</string>
  404.                 <key>ProductPageURL</key>
  405.                 <string>http://www.omnigroup.com/products/omniweb/</string>
  406.                 <key>SampleBookmarksPage</key>
  407.                 <string>SampleBookmarks.html</string>
  408.                 <key>SecuritySitePreferencesHelpURL</key>
  409.                 <string>reference/preferences/Security.html</string>
  410.                 <key>SharedMenusEnabled</key>
  411.                 <true/>
  412.                 <key>ShowConsole</key>
  413.                 <false/>
  414.                 <key>ShowDownloads</key>
  415.                 <false/>
  416.                 <key>ShowInactiveProcesses</key>
  417.                 <false/>
  418.                 <key>ShowProcesses</key>
  419.                 <false/>
  420.                 <key>ShowUpdatedBookmarksInDockIcon</key>
  421.                 <true/>
  422.                 <key>ShowWorkspaceSwitcher</key>
  423.                 <false/>
  424.                 <key>StandaloneBookmarkEditorVisible</key>
  425.                 <true/>
  426.                 <key>StatusBarVisible</key>
  427.                 <true/>
  428.                 <key>TabDrawerOnRight</key>
  429.                 <false/>
  430.                 <key>TabDrawerWidth</key>
  431.                 <real>135</real>
  432.                 <key>TabHighlightsLinks</key>
  433.                 <false/>
  434.                 <key>TabsPageContinuously</key>
  435.                 <false/>
  436.                 <key>TabsUseShortTitles</key>
  437.                 <true/>
  438.                 <key>UseCGTextRenderer</key>
  439.                 <true/>
  440.                 <key>WarnOnCloseWithTabs</key>
  441.                 <true/>
  442.                 <key>WorkspaceExpireTime</key>
  443.                 <integer>3600</integer>
  444.                 <key>WorkspacesExpire</key>
  445.                 <true/>
  446.                 <key>WorkspacesHelpURL</key>
  447.                 <string>browser/workspaces.html</string>
  448.             </dict>
  449.         </dict>
  450.         <key>OWBookmarkDelegate</key>
  451.         <dict>
  452.             <key>OWAddressBookBookmarks</key>
  453.             <dict>
  454.                 <key>author</key>
  455.                 <string>The Omni Group</string>
  456.                 <key>name</key>
  457.                 <string>Address Book</string>
  458.                 <key>provides</key>
  459.                 <string>Address Book Bookmarks</string>
  460.             </dict>
  461.             <key>OWChangedBookmarks</key>
  462.             <dict>
  463.                 <key>author</key>
  464.                 <string>The Omni Group</string>
  465.                 <key>name</key>
  466.                 <string>Changed</string>
  467.                 <key>provides</key>
  468.                 <string>Changed Bookmarks</string>
  469.             </dict>
  470.             <key>OWHistoryBookmarks</key>
  471.             <dict>
  472.                 <key>author</key>
  473.                 <string>The Omni Group</string>
  474.                 <key>name</key>
  475.                 <string>History</string>
  476.                 <key>provides</key>
  477.                 <string>History</string>
  478.             </dict>
  479.             <key>OWMostVisitedBookmarks</key>
  480.             <dict>
  481.                 <key>author</key>
  482.                 <string>The Omni Group</string>
  483.                 <key>name</key>
  484.                 <string>Most Visited</string>
  485.                 <key>provides</key>
  486.                 <string>Most Visited Bookmarks</string>
  487.             </dict>
  488.             <key>OWRSSBookmarks</key>
  489.             <dict>
  490.                 <key>author</key>
  491.                 <string>The Omni Group</string>
  492.                 <key>name</key>
  493.                 <string>RSS</string>
  494.                 <key>provides</key>
  495.                 <string>RSS</string>
  496.             </dict>
  497.             <key>OWRendezvousBookmarks</key>
  498.             <dict>
  499.                 <key>author</key>
  500.                 <string>The Omni Group</string>
  501.                 <key>name</key>
  502.                 <string>Rendezvous</string>
  503.                 <key>provides</key>
  504.                 <string>Rendezvous Bookmarks</string>
  505.             </dict>
  506.             <key>OWSharedBookmarks</key>
  507.             <dict>
  508.                 <key>author</key>
  509.                 <string>The Omni Group</string>
  510.                 <key>name</key>
  511.                 <string>Shared Bookmarks</string>
  512.                 <key>provides</key>
  513.                 <string>Shared Bookmarks</string>
  514.             </dict>
  515.             <key>OWSitePreferencesBookmarks</key>
  516.             <dict>
  517.                 <key>author</key>
  518.                 <string>The Omni Group</string>
  519.                 <key>name</key>
  520.                 <string>Site Preferences</string>
  521.                 <key>provides</key>
  522.                 <string>Site Preferences</string>
  523.             </dict>
  524.             <key>OWUnreachableBookmarks</key>
  525.             <dict>
  526.                 <key>author</key>
  527.                 <string>The Omni Group</string>
  528.                 <key>name</key>
  529.                 <string>Unreachable</string>
  530.                 <key>provides</key>
  531.                 <string>Unreachable Bookmarks</string>
  532.             </dict>
  533.         </dict>
  534.         <key>OWContentInfo</key>
  535.         <dict>
  536.             <key>Checking bookmarks</key>
  537.             <dict>
  538.                 <key>maximumSimultaneousThreadsInGroup</key>
  539.                 <integer>2</integer>
  540.                 <key>priority</key>
  541.                 <integer>1600</integer>
  542.             </dict>
  543.             <key>Saving files</key>
  544.             <dict>
  545.                 <key>maximumSimultaneousThreadsInGroup</key>
  546.                 <integer>6</integer>
  547.                 <key>priority</key>
  548.                 <integer>400</integer>
  549.             </dict>
  550.             <key>Web pages</key>
  551.             <dict>
  552.                 <key>maximumSimultaneousThreadsInGroup</key>
  553.                 <integer>10</integer>
  554.                 <key>priority</key>
  555.                 <integer>1000</integer>
  556.             </dict>
  557.         </dict>
  558.     </dict>
  559.     <key>OSUSoftwareUpdateAtLaunch</key>
  560.     <true/>
  561.     <key>OSUSoftwareUpdateTrack</key>
  562.     <string></string>
  563.     <key>OWFHidePrimaryAgentVersion</key>
  564.     <true/>
  565.     <key>OZHelpURL</key>
  566.     <string>reference/windows,panels.html#license</string>
  567.     <key>OZLicenseFailureWarning</key>
  568.     <array>
  569.         <string>Please visit store.omnigroup.com to purchase OmniWeb or to request an expiring demo license.</string>
  570.     </array>
  571.     <key>RCS_ID</key>
  572.     <string>$Header: svn+ssh://source.omnigroup.com/Source/svn/Omni/branches/OmniWeb_5_1_branch/OmniGroup/Applications/OmniWeb/Source/Info.plist 69568 2005-10-25 00:30:10Z scott $</string>
  573. </dict>
  574. </plist>
  575.